-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Telemetry] Permanently hide the telemetry notice on dismissal #159893
[Telemetry] Permanently hide the telemetry notice on dismissal #159893
Conversation
Pinging @elastic/kibana-core (Team:Core) |
lastVersionChecked
on banner dismissal
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: cc @afharo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: no tests were updated here?
EDIT: just saw the issue's description. Ok!
…ic#159893) (cherry picked from commit 14c5fff)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…159893) (#159922) # Backport This will backport the following commits from `main` to `8.8`: - [[Telemetry] Permanently hide the telemetry notice on dismissal (#159893)](#159893) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alejandro Fernández Haro","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-19T12:43:41Z","message":"[Telemetry] Permanently hide the telemetry notice on dismissal (#159893)","sha":"14c5fffb24f25eb19e185582289a00ee71cf33af","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:fix","Feature:Telemetry","backport:prev-minor","v8.9.0"],"number":159893,"url":"https://github.com/elastic/kibana/pull/159893","mergeCommit":{"message":"[Telemetry] Permanently hide the telemetry notice on dismissal (#159893)","sha":"14c5fffb24f25eb19e185582289a00ee71cf33af"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/159893","number":159893,"mergeCommit":{"message":"[Telemetry] Permanently hide the telemetry notice on dismissal (#159893)","sha":"14c5fffb24f25eb19e185582289a00ee71cf33af"}}]}] BACKPORT--> Co-authored-by: Alejandro Fernández Haro <[email protected]>
Summary
Resolves #159870.
The reasoning for this bugfix is explained in this comment.
Note: I couldn't add a functional test to ensure this behavior is kept in the future because the banner is explicitly disabled in them (I assume it'd increase the CI execution if we add a step to dismiss the banners). I've created #159892 to tackle the FTR creation appropriately without the FF pressure.
For maintainers